oracle

推荐列表 站点导航

当前位置:首页 > 数据库 > oracle >

oracle SQL解析步骤小结

来源:网络整理  作者:网络  发布时间:2020-12-12 21:16
oracle SQL 解析 步骤,爱好oracle的朋友可以参考下,了解工作流程。...
选在执行计划运行SQL

解析相关对象的锁


3 The data dictionary is searched to verify security privileges on relevant objects.
执行后SQL语句放在SGA的SQL共享区


5 The optimal execution plan is determined.

1 The syntax of the SQL statement is verified.
2 The data dictionary is searched to verify table and column definitions.
6 The statement is loaded into the shared SQL area (also known as the library cache) in the shared pool of the system global area (SGA).
SQL的语法检查
从数据字典检查表名和字段名
4 Parse locks are acquired on the relevant objects.



从数据字典中检查权限

相关热词: oracle 解析

本站内容来源于网络,如有侵权请与我们联系,我们会及时删除,我们深感抱歉!
注:本站所有信息仅供用于网络技术学习参考,学习中请遵循相关法律法规!

本文地址: https://v30.fanwenzhu.com/sql/oracle/3068.shtml

Copyright © www.juheyunku.com      关于 | 合作 | 声明 | 联系 | 更新 | 地图 | Tags

oracle SQL解析步骤小结

2020-12-12 编辑:网络

选在执行计划运行SQL

解析相关对象的锁


3 The data dictionary is searched to verify security privileges on relevant objects.
执行后SQL语句放在SGA的SQL共享区


5 The optimal execution plan is determined.

1 The syntax of the SQL statement is verified.
2 The data dictionary is searched to verify table and column definitions.
6 The statement is loaded into the shared SQL area (also known as the library cache) in the shared pool of the system global area (SGA).
SQL的语法检查
从数据字典检查表名和字段名
4 Parse locks are acquired on the relevant objects.



从数据字典中检查权限

本站内容来源于网络,如有侵权请与我们联系,我们会及时删除,我们深感抱歉!
注:本站所有信息仅供学习参考!
本文地址为 https://v30.fanwenzhu.com/sql/oracle/3068.shtml

相关文章

风云图片

推荐阅读

返回oracle频道首页